home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_daygreet.amirx < prev    next >
Text File  |  1999-09-26  |  223b  |  11 lines

  1. /* CyberShiela MultiResponse File */
  2. nick=getclip('NICK')
  3. tm=time('H')
  4. if tm<12 then z='morning'
  5. if tm>=12 & tm<16 then z='afternoon'
  6. if tm>=16 & tm<21 then z='evening'
  7. if tm>=21 then z='night'
  8.  
  9. 'say Good 'z' 'nick'.'
  10. exit
  11.